FindMaximumFlow
FindMaximumFlow[g,s,t] finds the maximum flow between source vertex s and target vertex t in a graph g.
FindMaximumFlow[m,s,t] finds the maximum flow between vertex indices s and t in a graph with edge capacity matrix m.
FindMaximumFlow[data,{s1,…},{t1,…}] finds the maximum flow between multi-sources s1, … and multi-targets t1, ….
FindMaximumFlow[data,source,target,"property"] returns the value of "property".
FindMaximumFlow[{v->w,…},…] uses rules v->w to specify the graph g.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.